Kjartan Maraas [Tue, 17 Feb 2004 23:58:10 +0000 (23:58 +0000)]
Updated Norwegian translation.
2004-02-18 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian translation.
Ole Laursen [Tue, 17 Feb 2004 23:06:38 +0000 (23:06 +0000)]
Updated Danish translation.
2004-02-18 Ole Laursen <olau@hardworking.dk>
* da.po: Updated Danish translation.
Matthias Clasen [Tue, 17 Feb 2004 22:25:13 +0000 (22:25 +0000)]
...and don't forget to initalize priv->columns to 1.
Tue Feb 17 23:28:33 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmenu.c (gtk_menu_init): ...and don't forget to initalize
priv->columns to 1.
Matthias Clasen [Tue, 17 Feb 2004 22:16:02 +0000 (22:16 +0000)]
Make sure that we keep priv->columns >= 1 even for empty menus, since we
Tue Feb 17 23:11:21 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmenu.c (gtk_menu_do_remove): Make sure that we keep
priv->columns >= 1 even for empty menus, since we divide by it
somewhere else. (#133428, Vincent Noel)
Soeren Sandmann [Tue, 17 Feb 2004 22:05:47 +0000 (22:05 +0000)]
Fix for #119722, reported by Olexiy Avramchenko, patch by Owen Taylor.
Tue Feb 17 23:02:58 2004 Soeren Sandmann <sandmann@daimi.au.dk>
Fix for #119722, reported by Olexiy Avramchenko, patch by Owen
Taylor.
* gdk/x11/gdkprivate-x11.h (struct _GdkGCX11): Add a depth field
* gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Keep track of the GC's
depth.
* gdk/x11/gdkgc-x11.c (_gdk_gc_x11_get_fg_xft_color): First query
the colormap, if no colormap, special case depth 1,
* gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Use
_gdk_gc_x11_get_fg_xft_color() to get the foreground color.
* gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_xft_draw):
Special-case bitmaps without a colormap.
* gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Use inherited
draw_pixbuf() implementation in the bitmap case.
Sanlig Badral [Tue, 17 Feb 2004 20:54:01 +0000 (20:54 +0000)]
Updated Mongolian translation
Matthias Clasen [Tue, 17 Feb 2004 20:48:25 +0000 (20:48 +0000)]
A forgotten file.
Mark McLoughlin [Tue, 17 Feb 2004 15:24:25 +0000 (15:24 +0000)]
only reference input method modules we've actually built. Fixes re-build
2004-02-17 Mark McLoughlin <mark@skynet.ie>
* modules/input/Makefile.am: only reference input method
modules we've actually built. Fixes re-build failure with
stale hangul module lying aroung. Bug #134518.
Vincent van Adrighem [Tue, 17 Feb 2004 09:45:12 +0000 (09:45 +0000)]
Translation updated by Tino Meinen.
2004-02-17 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
Paisa Seeluangsawat [Tue, 17 Feb 2004 03:22:33 +0000 (03:22 +0000)]
Updated Thai translation.
2003-02-16 Paisa Seeluangsawat <paisa@users.sf.net>
* th.po: Updated Thai translation.
Francisco Javier F. Serrador [Tue, 17 Feb 2004 01:30:05 +0000 (01:30 +0000)]
Updated Spanish translation.
2004-02-17 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
Owen Taylor [Tue, 17 Feb 2004 00:16:42 +0000 (00:16 +0000)]
Revert last commit, please don't commit patches without approval, this
Mon Feb 16 19:13:21 2004 Owen Taylor <otaylor@redhat.com>
* gdk/gdkdraw.c: Revert last commit, please don't commit patches
without approval, this isn't the right way to do it.
David Odin [Mon, 16 Feb 2004 22:59:26 +0000 (22:59 +0000)]
don't try to draw more than 32767 segments at a time, since XDrawSegments
* gdk/gdkdraw.c (gdk_draw_segments): don't try to draw more than 32767
segments at a time, since XDrawSegments cannot handle more than this.
fixes bug #122026.
Federico Mena Quintero [Mon, 16 Feb 2004 19:55:18 +0000 (19:55 +0000)]
Umm, I'm on crack. Use gtk_accelerator_get_default_mod_mask().
2004-02-16 Federico Mena Quintero <federico@ximian.com>
* gtk/migrating-checklist.sgml: Umm, I'm on crack. Use
gtk_accelerator_get_default_mod_mask().
* gdk/tmpl/windows.sgml: Removed the incorrect description from
GDK_MODIFIER_MASK.
Søren Sandmann Pedersen [Mon, 16 Feb 2004 19:30:50 +0000 (19:30 +0000)]
Fix ChangeLog
Soeren Sandmann [Mon, 16 Feb 2004 19:16:03 +0000 (19:16 +0000)]
Call gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous() in
Mon Feb 16 18:26:39 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
in the CHILD_PROP_EXPAND branch. (#134545, Damon Chaplin)
Federico Mena Quintero [Mon, 16 Feb 2004 19:00:16 +0000 (19:00 +0000)]
Added an example of how to use GDK_MODIFIER_MASK to test for modifier keys
2004-02-16 Federico Mena Quintero <federico@ximian.com>
* gdk/tmpl/windows.sgml: Added an example of how to use
GDK_MODIFIER_MASK to test for modifier keys correctly.
* gtk/migrating-checklist.sgml: Likewise.
Federico Mena Quintero [Mon, 16 Feb 2004 18:29:36 +0000 (18:29 +0000)]
Oops - Federico
Federico Mena Quintero [Mon, 16 Feb 2004 18:22:24 +0000 (18:22 +0000)]
Little addition to the modifiers example - Federico
Federico Mena Quintero [Mon, 16 Feb 2004 18:12:43 +0000 (18:12 +0000)]
Added an example of how to use GDK_MODIFIER_MASK to test for modifier keys
2004-02-16 Federico Mena Quintero <federico@ximian.com>
* gdk/tmpl/windows.sgml: Added an example of how to use
GDK_MODIFIER_MASK to test for modifier keys correctly.
Paisa Seeluangsawat [Mon, 16 Feb 2004 16:17:53 +0000 (16:17 +0000)]
Updated Thai (th) translation.
2003-02-16 Paisa Seeluangsawat <paisa@users.sf.net>
* th.po: Updated Thai (th) translation.
Christian Rose [Mon, 16 Feb 2004 10:45:15 +0000 (10:45 +0000)]
Updated Swedish translation.
2004-02-16 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
Artur Flinta [Mon, 16 Feb 2004 09:57:40 +0000 (09:57 +0000)]
Updated Polish translation by GNOME PL Team.
2004-02-16 Artur Flinta <aflinta@cvs.gnome.org>
* pl.po: Updated Polish translation by GNOME PL Team.
Laurent Dhima [Mon, 16 Feb 2004 09:44:54 +0000 (09:44 +0000)]
Updated Albanian translation
* sq.po: Updated Albanian translation
Laurent Dhima [Mon, 16 Feb 2004 09:43:27 +0000 (09:43 +0000)]
Updated
Miloslav Trmac [Mon, 16 Feb 2004 08:10:54 +0000 (08:10 +0000)]
Update Czech translation
Matthias Clasen [Sun, 15 Feb 2004 23:05:48 +0000 (23:05 +0000)]
Split declaration and assignment of combo_box.
Mon Feb 16 00:04:46 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*):
Split declaration and assignment of combo_box.
* gtk/gtkcombobox.c (gtk_combo_box_list_setup): Remove a
pointless cast
Matthias Clasen [Sun, 15 Feb 2004 22:47:41 +0000 (22:47 +0000)]
Add short descriptions.
Sun Feb 15 23:51:08 2004 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkcomboboxentry.sgml:
* gtk/tmpl/gtkcombobox.sgml: Add short descriptions.
Matthias Clasen [Sun, 15 Feb 2004 21:06:53 +0000 (21:06 +0000)]
Add deprecation notes pointing people to GtkComboBox.
Mətin Əmirov [Sun, 15 Feb 2004 13:26:45 +0000 (13:26 +0000)]
Translation updated.
2004-02-15 Mətin Əmirov <metin@karegen.com>
* az.po: Translation updated.
Matthias Clasen [Sun, 15 Feb 2004 01:47:05 +0000 (01:47 +0000)]
Document the tree DND API.
Sun Feb 15 02:49:45 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreednd.c:
* gtk/gtktreeview.c: Document the tree DND API.
* gtk/gtktreeview.c (gtk_tree_view_unset_rows_drag_source):
Call gtk_drag_source_unset().
Matthias Clasen [Sat, 14 Feb 2004 23:58:50 +0000 (23:58 +0000)]
Make stock_size an uint property, to allow custom icon sizes. Also clarify
Sun Feb 15 00:49:59 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init):
Make stock_size an uint property, to allow custom icon
sizes. Also clarify the blurb. (#130047, Erik Grinaker)
Manish Singh [Sat, 14 Feb 2004 19:21:51 +0000 (19:21 +0000)]
Remove unnecessary STRIP_* definitions, and GNU make check.
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
make check.
Federico Mena Quintero [Sat, 14 Feb 2004 02:11:47 +0000 (02:11 +0000)]
Don't set a default size for the dialog - Federico
Matthias Clasen [Sat, 14 Feb 2004 02:06:36 +0000 (02:06 +0000)]
Remove duplicated section for file gtktreednd.sgml.
Sat Feb 14 03:09:49 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtk-sections.txt: Remove duplicated section for
file gtktreednd.sgml.
Federico Mena Quintero [Sat, 14 Feb 2004 02:00:40 +0000 (02:00 +0000)]
Duh, duh, duh! Don't bail out if the bookmarks file doesn't exist the very
2004-02-13 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
Duh, duh, duh! Don't bail out if the bookmarks file doesn't exist
the very first time you try to save one.
Federico Mena Quintero [Sat, 14 Feb 2004 01:23:58 +0000 (01:23 +0000)]
Fix #129020.
2004-02-13 Federico Mena Quintero <federico@ximian.com>
Fix #129020.
* gtk/gtkfilechooserdialog.c
(set_default_size): New function, sets a reasonable default size
for the window.
(gtk_file_chooser_dialog_realize): New function, call
set_default_size().
(gtk_file_chooser_dialog_style_set): Likewise.
(gtk_file_chooser_dialog_screen_changed): Likewise.
* tests/testfilechooser.c (main): Don't set a default size for the
dialog.
Matthias Clasen [Fri, 13 Feb 2004 23:02:58 +0000 (23:02 +0000)]
Use do instead of while. (#134031, Morten Welinder);
Sat Feb 14 00:05:18 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreemodelfilter.c (bsearch_elt_with_offset):
Use do instead of while. (#134031, Morten Welinder);
Matthias Clasen [Fri, 13 Feb 2004 22:58:26 +0000 (22:58 +0000)]
Suppress xsltproc and xmlcatalog checks if enable_man=no. (#134162, Julio
Sat Feb 14 00:00:52 2004 Matthias Clasen <maclas@gmx.de>
* configure.in: Suppress xsltproc and xmlcatalog checks
if enable_man=no. (#134162, Julio M. Merino Vidal)
Matthias Clasen [Fri, 13 Feb 2004 22:53:11 +0000 (22:53 +0000)]
Remove checks for sgml2html. It was once used for building the linuxdoc
Fri Feb 13 23:54:48 2004 Matthias Clasen <maclas@gmx.de>
* configure.in: Remove checks for sgml2html. It was once
used for building the linuxdoc version of the tutorial.
Nowadays, we use db2html. (#134164, Julio M. Merino Vidal)
Owen Taylor [Fri, 13 Feb 2004 15:38:40 +0000 (15:38 +0000)]
Remove a couple of unneeded #includes. Isn't unsupported code fun?
Fri Feb 13 10:32:09 2004 Owen Taylor <otaylor@redhat.com>
* gdk-pixbuf-xlibrgb.h: Remove a couple of unneeded
#includes. Isn't unsupported code fun?
(133833, Gregory Merchan)
Kjartan Maraas [Fri, 13 Feb 2004 15:09:10 +0000 (15:09 +0000)]
Updated Norwegian translation.
2004-02-13 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian translation.
Owen Taylor [Fri, 13 Feb 2004 13:21:10 +0000 (13:21 +0000)]
Fix various compilation problems (#134312, David Hawthorne)
Fri Feb 13 08:17:43 2004 Owen Taylor <otaylor@redhat.com>
Fix various compilation problems (#134312, David
Hawthorne)
* gtk/gtkscale.c (gtk_scale_get_layout_offsets): Use
g_return_if_fail(), not g_return_val_if_fail().
* gtk/gtkvscale.c (gtk_vscale_get_layout_offsets):
* gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Use
g_return_if_reached(), not g_return_val_if_reached().
* gtk/gtkvscale.c (gtk_vscale_expose): Fix the types
of some parameters.
* gtk/gtkhscale.c (gtk_hscale_get_layout_offsets): Remove
extra 'scale' parameter.
Artur Flinta [Fri, 13 Feb 2004 11:07:22 +0000 (11:07 +0000)]
Updated Polish translation by GNOME PL Team.
2004-02-13 Artur Flinta <aflinta@cvs.gnome.org>
* pl.po: Updated Polish translation by GNOME PL Team.
Dmitry Mastrukov [Fri, 13 Feb 2004 05:39:46 +0000 (05:39 +0000)]
ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.
Owen Taylor [Fri, 13 Feb 2004 03:03:21 +0000 (03:03 +0000)]
Various reentrancy fixes for widgets being destroyed out of
Thu Feb 12 21:58:20 2004 Owen Taylor <otaylor@redhat.com>
Various reentrancy fixes for widgets being destroyed
out of focus-out-event. (#128821, Grant Gayed)
* gtk/gtkwindow.c (_gtk_window_unset_focus_and_default):
Ref window and widget over callbacks.
* gtk/gtkwidget.c (gtk_widget_hide)
gtk/gtkwidget.c (gtk_widget_set_child_visible):
Ref the widget before calling _gtk_window_unset_focus_and_default(),
since that can call user callbacks.
* gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows):
Do nothing if the widget isn't realized.
Matthias Clasen [Fri, 13 Feb 2004 00:31:19 +0000 (00:31 +0000)]
Don't draw bevels around active, RELIEF_NONE buttons that aren't
Fri Feb 13 01:31:44 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkbutton.c (_gtk_button_paint): Don't draw bevels around
active, RELIEF_NONE buttons that aren't depressed. This improves
the appearance of buttons in notebook tabs. (#109213, reported
by Benjamin Otte, patch by Rodney Dawes)
Matthias Clasen [Fri, 13 Feb 2004 00:03:35 +0000 (00:03 +0000)]
Protect getc_unlocked() by HAVE_FLOCKFILE in all cases. (#134205, Julio M.
Fri Feb 13 01:06:08 2004 Matthias Clasen <maclas@gmx.de>
* demos/gtk-demo/main.c (read_line): Protect getc_unlocked() by
HAVE_FLOCKFILE in all cases. (#134205, Julio M. Merino Vidal)
Matthias Clasen [Thu, 12 Feb 2004 23:58:46 +0000 (23:58 +0000)]
Fix for #104811, Padraig O'Briain:
Fri Feb 13 00:54:59 2004 Matthias Clasen <maclas@gmx.de>
Fix for #104811, Padraig O'Briain:
* gtk/gtkscale.h:
* gtk/gtkscale.c (_gtk_scale_clear_layout):
* gtk/gtkscale.c (gtk_scale_get_layout_offsets):
* gtk/gtkscale.c (gtk_scale_get_layout): New functions to determine the
text and its position from a GtkScale, to make it more accessible.
* gtk/gtkhscale.c (gtk_hscale_get_layout_offsets):
* gtk/gtkvscale.c (gtk_vscale_get_layout_offsets): Implementations of the
new GtkScale vfunc.
Owen Taylor [Thu, 12 Feb 2004 23:06:30 +0000 (23:06 +0000)]
Remove an extraneous + 1 (#134015, Torsten Schoenfeld)
Thu Feb 12 17:59:52 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkicontheme.c (gtk_icon_theme_get_search_path):
Remove an extraneous + 1 (#134015, Torsten Schoenfeld)
Matthias Clasen [Thu, 12 Feb 2004 22:57:56 +0000 (22:57 +0000)]
New function to improve the accessibility of tooltips. (#114851, Padraig
Thu Feb 12 23:55:08 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktooltips.h:
* gtk/gtktooltips.c (gtk_tooltips_get_info_from_tip_window): New
function to improve the accessibility of tooltips. (#114851,
Padraig O'Briain)
Matthias Clasen [Thu, 12 Feb 2004 22:27:50 +0000 (22:27 +0000)]
Make these public and add docs.
Thu Feb 12 23:16:04 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c (gtk_combo_box_popup):
* gtk/gtkcombobox.c (gtk_combo_box_popdown): Make these public and
add docs.
Alessio Frusciante [Thu, 12 Feb 2004 19:57:09 +0000 (19:57 +0000)]
Updated Italian translation by Alessio Dessi`.
Manish Singh [Thu, 12 Feb 2004 19:18:23 +0000 (19:18 +0000)]
Assign xtype using gdk_x11_atom_to_xatom_for_display () when type !=
Thu Feb 12 11:05:16 2004 Manish Singh <yosh@gimp.org>
* gdk/x11/gdkproperty-x11.c (gdk_property_get): Assign xtype using
gdk_x11_atom_to_xatom_for_display () when type != GDK_NONE.
* gtk/gtkselection.c (_gtk_selection_request): Use GDK_NONE in
gdk_property_get call instead of 0.
* docs/reference/gdk/tmpl/properties.sgml: Document the above
as GDK_NONE instead of simply 0.
Francisco Javier F. Serrador [Thu, 12 Feb 2004 15:38:18 +0000 (15:38 +0000)]
Updated Spanish translation.
2004-02-12 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
Miloslav Trmac [Thu, 12 Feb 2004 14:52:18 +0000 (14:52 +0000)]
Update Czech translation
Soeren Sandmann [Thu, 12 Feb 2004 14:49:37 +0000 (14:49 +0000)]
Fix up item_area correctly in RTL mode. (#133984, patch from Semion
Thu Feb 12 15:46:26 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Fix up item_area
correctly in RTL mode. (#133984, patch from Semion Chichelnitsky).
Laurent Dhima [Thu, 12 Feb 2004 13:51:56 +0000 (13:51 +0000)]
Updated Albanian translation
* sq.po: Updated Albanian translation
Laurent Dhima [Thu, 12 Feb 2004 13:50:29 +0000 (13:50 +0000)]
Updated
Christian Rose [Thu, 12 Feb 2004 10:09:51 +0000 (10:09 +0000)]
Updated Swedish translation.
2004-02-12 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
Matthias Clasen [Thu, 12 Feb 2004 01:52:26 +0000 (01:52 +0000)]
Correct the docs.
Thu Feb 12 02:22:02 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_modify_func):
Correct the docs.
Thu Feb 12 02:00:53 2004 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtktreemodelfilter.sgml:
* gtk/tmpl/gtkentrycompletion.sgml:
* gtk/tmpl/gtkcelllayout.sgml: Additions.
Thu Feb 12 01:27:02 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtk-sections.txt: Updates.
Thu Feb 12 01:26:42 2004 Matthias Clasen <maclas@gmx.de>
* gtk/Makefile.am (IGNORE_HFILES): Add some private headers.
Danilo Šegan [Thu, 12 Feb 2004 00:21:00 +0000 (00:21 +0000)]
Updated Serbian translation.
Danilo Šegan [Thu, 12 Feb 2004 00:16:02 +0000 (00:16 +0000)]
Reviewed by Aleksandar Urosevic; Updated.
2004-02-12 Danilo Šegan <dsegan@gmx.net>
* sr.po, sr@Latn.po: Reviewed by Aleksandar Urosevic; Updated.
* POTFILES.in: Added missing files.
Matthias Clasen [Thu, 12 Feb 2004 00:15:50 +0000 (00:15 +0000)]
Call gtk_drag_source_set(), so that things like gtk_drag_set_icon_*() work
Thu Feb 12 01:17:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source): Call
gtk_drag_source_set(), so that things like gtk_drag_set_icon_*() work
for automatic DND. (#133485, Tommi Komulainen)
Matthias Clasen [Wed, 11 Feb 2004 23:33:59 +0000 (23:33 +0000)]
Fix misleading debug output.
Thu Feb 12 00:37:00 2004 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkproperty-x11.c (gdk_property_change): Fix misleading
debug output.
Arafat Medini [Wed, 11 Feb 2004 21:36:11 +0000 (21:36 +0000)]
Updated Arabic translation.
2004-02-11 Arafat Medini <lumina@silverpen.de>
* ar.po: Updated Arabic translation.
Federico Mena Quintero [Wed, 11 Feb 2004 20:25:18 +0000 (20:25 +0000)]
New ::map() handler. If no widget has the focus, try to give it to the
2004-02-11 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkmessagedialog.c (gtk_message_dialog_map): New ::map()
handler. If no widget has the focus, try to give it to the
default widget. If there is no default widget, give it to the
first button. Fixes the cause for which #59707 was reopened.
Christian Neumair [Wed, 11 Feb 2004 17:41:27 +0000 (17:41 +0000)]
Updated German translation.
Federico Mena Quintero [Wed, 11 Feb 2004 16:54:47 +0000 (16:54 +0000)]
Fixes #134051.
2004-02-11 Federico Mena Quintero <federico@ximian.com>
Fixes #134051.
* gtk/gtkicontheme.c (struct _GtkIconInfo): Remove the ref_count field.
(icon_info_new): Don't initialize the ref_count field.
Federico Mena Quintero [Wed, 11 Feb 2004 16:28:22 +0000 (16:28 +0000)]
Shift the array correctly. Fixes #134055, patch by Tosten Schoenfeld
2004-02-11 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkicontheme.c (gtk_icon_theme_prepend_search_path): Shift
the array correctly. Fixes #134055, patch by Tosten Schoenfeld
<kaffeetisch@gmx.de>.
Matthias Clasen [Wed, 11 Feb 2004 01:21:14 +0000 (01:21 +0000)]
Handle focus [hv]adjustment correctly when the focus is located deeper
Wed Feb 11 02:23:39 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcontainer.c (gtk_container_real_set_focus_child): Handle
focus [hv]adjustment correctly when the focus is located deeper
down in the hierarchy. (#133489)
Matthias Clasen [Wed, 11 Feb 2004 01:09:25 +0000 (01:09 +0000)]
Remove arbitrary low upper limits on the xpad, ypad, width and height
Wed Feb 11 02:06:38 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Remove
arbitrary low upper limits on the xpad, ypad, width and height
properties. (#129696, John Ellis)
Wed Feb 11 01:24:20 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_clear_attributes):
Ugh. Don't try to free ints, even if they're stored in pointers.
(#133997, Morten Welinder)
Pauli Virtanen [Tue, 10 Feb 2004 23:15:29 +0000 (23:15 +0000)]
Updated Finnish translation.
2004-02-10 Pauli Virtanen <pauli.virtanen@hut.fi>
* fi.po: Updated Finnish translation.
Federico Mena Quintero [Tue, 10 Feb 2004 19:48:38 +0000 (19:48 +0000)]
Free the filters. Fixes #133547, patch by Morten Welinder
2004-02-10 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
Free the filters. Fixes #133547, patch by Morten Welinder
<mortenw@gnome.org>.
Owen Taylor [Tue, 10 Feb 2004 18:51:19 +0000 (18:51 +0000)]
Avoid triggering an X error when the client->manager_window is
Tue Feb 10 12:02:14 2004 Owen Taylor <otaylor@redhat.com>
* gdk/x11/xsettings-client.c (read_settings): Avoid
triggering an X error when the client->manager_window
is None...makes logs look cleaner.
* gdk/x11/gdkproperty-x11.c (gdk_property_get): Handle
GDK_NONE to mean AnyPropertyType as documented. (Reported
by Yu Shao)
* gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window,
gdk_x11_screen_get_window_manager_name): Fix error trap
we've been leaking since 2002... (#129538)
Federico Mena Quintero [Tue, 10 Feb 2004 18:29:11 +0000 (18:29 +0000)]
Fixes the entry-related part of #133852.
2004-02-10 Federico Mena Quintero <federico@ximian.com>
Fixes the entry-related part of #133852.
* gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't change
the file part of the entry if the selected item is a folder.
Federico Mena Quintero [Tue, 10 Feb 2004 17:49:14 +0000 (17:49 +0000)]
Fixes #133995, patch by Morten Welinder <mortenw@gnome.org>.
2004-02-10 Federico Mena Quintero <federico@ximian.com>
Fixes #133995, patch by Morten Welinder <mortenw@gnome.org>.
* tests/prop-editor.c (create_prop_editor): Free the title.
(object_changed): Free the children list.
Matthias Clasen [Tue, 10 Feb 2004 01:04:35 +0000 (01:04 +0000)]
Document these functions.
Tue Feb 10 01:58:55 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcontainer.c (gtk_container_set_focus_hadjustment):
* gtk/gtkcontainer.c (gtk_container_set_focus_vadjustment): Document
these functions.
Gustavo Noronha Silva [Tue, 10 Feb 2004 00:01:32 +0000 (00:01 +0000)]
updated translation, changed translation to 'radio' from 'rádio' to
2004-02-09 Gustavo Noronha Silva <kov@debian.org>
* pt_BR.po: updated translation, changed
translation to 'radio' from 'rádio' to
'seleção', to be consistent with glade-2's
translation.
Federico Mena Quintero [Mon, 9 Feb 2004 21:58:26 +0000 (21:58 +0000)]
Request GTK_FILE_INFO_ALL from the file system model, so that arbitrary
2004-02-09 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (set_list_model): Request
GTK_FILE_INFO_ALL from the file system model, so that arbitrary
filtering will work. Perhaps we should have a way of aggregating
info types to the model as filters get installed.
Matthias Clasen [Mon, 9 Feb 2004 21:19:35 +0000 (21:19 +0000)]
Ugh. Don't try to free ints, even if they're stored in pointers.
Mon Feb 9 22:22:19 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes):
Ugh. Don't try to free ints, even if they're stored in pointers.
Federico Mena Quintero [Mon, 9 Feb 2004 20:31:38 +0000 (20:31 +0000)]
Fix #132256.
2004-02-09 Federico Mena Quintero <federico@ximian.com>
Fix #132256.
* gtk/gtkfilechooserdefault.c
(gtk_file_chooser_default_get_paths): Read the contents of the
filename entry in both OPEN and SAVE mode. In multiple-selection
mode, add this to the selection from the file/folder list.
(struct get_paths_closure): Add a path_from_entry field.
(get_paths_foreach): Only add the iterated path if it is not the
same as the path from the entry.
Federico Mena Quintero [Mon, 9 Feb 2004 19:01:25 +0000 (19:01 +0000)]
If the folder is already open, add the requested info types to it.
2004-02-09 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): If
the folder is already open, add the requested info types to it.
Vincent van Adrighem [Mon, 9 Feb 2004 14:35:18 +0000 (14:35 +0000)]
Translation updated by Tino Meinen.
2004-02-09 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
Denis Lackovic [Mon, 9 Feb 2004 14:14:04 +0000 (14:14 +0000)]
*** empty log message ***
Christian Rose [Mon, 9 Feb 2004 13:20:50 +0000 (13:20 +0000)]
Updated Maori translation by John C Barstow <jbowtie@amathaine.com>.
2004-02-09 Christian Rose <menthos@menthos.com>
* po/mi.po, po-properties/mi.po: Updated Maori translation by
John C Barstow <jbowtie@amathaine.com>.
Denis Lackovic [Mon, 9 Feb 2004 09:00:32 +0000 (09:00 +0000)]
*** empty log message ***
Manish Singh [Mon, 9 Feb 2004 03:06:22 +0000 (03:06 +0000)]
declare _xdg_utf8_skip as extern to prevent multiple definitions.
Sun Feb 8 19:05:16 2004 Manish Singh <yosh@gimp.org>
* xdgmimeint.h: declare _xdg_utf8_skip as extern to prevent multiple
definitions.
Francisco Javier F. Serrador [Sun, 8 Feb 2004 21:51:18 +0000 (21:51 +0000)]
Updated Spanish translation.
2004-02-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
Christian Rose [Sun, 8 Feb 2004 20:11:45 +0000 (20:11 +0000)]
Updated Swedish translation.
2004-02-08 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
Christophe Merlet [Sun, 8 Feb 2004 16:12:52 +0000 (16:12 +0000)]
Updated French translation.
Alessio Frusciante [Sun, 8 Feb 2004 15:21:06 +0000 (15:21 +0000)]
Updated Italian translation by Alessio Dessi`.
Changwoo Ryu [Sun, 8 Feb 2004 11:06:48 +0000 (11:06 +0000)]
Updated Korean translation.
* ko.po: Updated Korean translation.
Denis Lackovic [Sun, 8 Feb 2004 09:34:58 +0000 (09:34 +0000)]
*** empty log message ***
Manish Singh [Sun, 8 Feb 2004 09:29:11 +0000 (09:29 +0000)]
Add appropriate type casts for the gtk_window_set_screen() call.
Sun Feb 8 01:28:02 2004 Manish Singh <yosh@gimp.org>
* gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Add appropriate
type casts for the gtk_window_set_screen() call.
Manish Singh [Sun, 8 Feb 2004 09:13:18 +0000 (09:13 +0000)]
removed unnecessary G_OBJECT() cast checks.
Sun Feb 8 01:07:20 2004 Manish Singh <yosh@gimp.org>
* gdk-pixbuf-io.c: removed unnecessary G_OBJECT() cast checks.
* io-jpeg.c: make the return type for to_callback_empty_output_buffer
"boolean", which should be defined by the jpeg headers. The right
return type for this function depends on how the jpeg library
was built (one wonders what happens if different compilers are used).
Matthias Clasen [Sun, 8 Feb 2004 00:42:59 +0000 (00:42 +0000)]
Make popups come up on the same screen as the combo box. (#133544, Morten
Sun Feb 8 01:44:06 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Make popups
come up on the same screen as the combo box. (#133544,
Morten Welinder)
Jonathan Blandford [Sat, 7 Feb 2004 17:28:36 +0000 (17:28 +0000)]
clean up the packing of the file selector.
Fri Feb 6 23:40:24 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkfilechooserdefault.c (create_file_list): clean up the
packing of the file selector.
Laurent Dhima [Sat, 7 Feb 2004 11:56:42 +0000 (11:56 +0000)]
Updated Albanian translation
* sq.po: Updated Albanian translation
Laurent Dhima [Sat, 7 Feb 2004 11:55:27 +0000 (11:55 +0000)]
Updated